home *** CD-ROM | disk | FTP | other *** search
- global popmsw01, syearstr, nminipage, npopon, lmaxpagelist
-
- on mlocchk
- if (0 <= the mouseH) and (the mouseH <= 640) and ((280 <= the mouseV) and (the mouseV <= 439)) then
- mminiphotset()
- if (the type of sprite 11 = 1) or (the type of sprite 12 = 1) or (the type of sprite 13 = 1) or (the type of sprite 14 = 1) then
- cursor(280)
- else
- cursor(-1)
- end if
- set the visible of sprite 2 to 0
- mvisiblechk(5, 8, 0)
- mvisiblechk(25, 36, 0)
- mvisiblechk(38, 39, 0)
- matjantodec()
- else
- mpstypez(11, 14, 0)
- if the frameLabel = "PT" then
- else
- mpstypez(23, 24, 0)
- end if
- mrollovchk01()
- end if
- end
-
- on mrollovchk01
- if chars(syearstr, 6, 8) = "_00" then
- mrollovchk01_00()
- else
- if chars(syearstr, 6, 8) = "_YN" then
- mrollovchk01_yn()
- else
- if chars(syearstr, 6, 8) = "_BW" then
- mrollovchk01_bw()
- else
- if chars(syearstr, 6, 8) = "_FN" then
- mrollovchk01_fn()
- else
- if chars(syearstr, 6, 8) = "_TM" then
- mrollovchk01_tm()
- else
- end if
- end if
- end if
- end if
- end if
- end
-
- on msearchcnum
- repeat with cn1 = 1 to 49
- if (1 <= cn1) and (cn1 <= 9) then
- set tmpstr to "0" & string(cn1)
- else
- set tmpstr to string(cn1)
- end if
- if 0 < the number of cast (chars(syearstr, 1, 5) & tmpstr & "S1") then
- set tmpcnum to the number of cast (chars(syearstr, 1, 5) & tmpstr & "S1")
- exit repeat
- next repeat
- end if
- set tmpcnum to 1
- end repeat
- return tmpcnum
- end
-